Appliance Infraprofile Notification
The Appliance Infraprofile Notification schema contains properties to describe any info/warning/error messages that Tasks can raise.
This schema was added in vSphere API 7.0.0.0.
{
"notification": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
The notification id.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.infraprofile.notification
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.infraprofile.notification
.
The time the notification was raised/found.
This property was added in vSphere API 7.0.0.0.
Only set if the time information is available.
The notification message.
This property was added in vSphere API 7.0.0.0.
The resolution message, if any.
This property was added in vSphere API 7.0.0.0.
Only set for warnings and errors.